crypto/x509.OID.toASN1OID (method)

2 uses

	crypto/x509 (current package)
		oid.go#L348: func (oid OID) toASN1OID() (asn1.ObjectIdentifier, bool) {
		parser.go#L774: 					if oid, ok := oid.toASN1OID(); ok {